home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / FireMan.swf / scripts / frame_5224 / PlaceObject2_112_1 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2008-09-12  |  264b  |  20 lines

  1. onClipEvent(enterFrame){
  2.    if(!v)
  3.    {
  4.       n -= 5;
  5.    }
  6.    if(n >= 0)
  7.    {
  8.       who.setVolume(n);
  9.    }
  10.    else
  11.    {
  12.       who.stop();
  13.       who.setVolume(100);
  14.       n = 100;
  15.       v = true;
  16.       delete who;
  17.       delete _root.loop;
  18.    }
  19. }
  20.